/* - ploneCustom.css - */
@media all {
/* http://www.iqverify.org.uk/portal_css/ploneCustom.css?original=1 */
body {
padding-top: 0px;
}
.navbar .nav>li>a {
text-transform: none;
}
img.newsImage {
background-color: #ffffff;
border: none;
border-radius: none;
box-shadow: none;
margin-bottom: 20px;
min-height: 20px;
padding: 10px;
}
div.newsImageContainer {
background-color: #ffffff;
border: none;
border-radius: none;
box-shadow: none;
margin-bottom: 20px;
min-height: 20px;
padding: 10px;
}
li.footer-col-2 {
margin-left:50px;
}
.img-responsive {
margin-left:1%;
margin-right:1%;
}
.right-nav-custom {
min-height:20px;
padding:19px;
margin-bottom:20px;
background-color: #f5f5f5;
border:1px solid #e3e3e3;
border-radius:4px;
box-shadow: inset 0 1px 1px;
}
}